JavaScript

{grid.object}toggleNewRecordRows Method

Syntax

{grid.object}.toggleNewRecordRows();

Description

Toggles the display of new record rows in a Grid Component.

Discussion

If a Grid Component is configured to show new record rows on demand, the {grid.object}.toggleNewRecordRows method can be used to toggle the display of new record rows in the Grid Component.

Example

{grid.object}.toggleNewRecordRows();

See Also